home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
cpp_libs
/
intrvews
/
xgrab.lha
/
xgrab
/
include
/
ps.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-03-06
|
439b
|
25 lines
/**
GRAB Graph Layout and Browser System
Copyright (c) 1986, 1988 Regents of the University of California
Copyright (c) 1989, Tera Computer Company
**/
/* header for the postscript routines */
#ifndef ps_h
#define ps_h
/* possible alignments */
#define BOTLEFT 0
#define BOTRIGHT 1
#define CENTCENT 2
#define TOPLEFT 3
#define TOPCENT 4
#define TOPRIGHT 5
#define CENTLEFT 6
#define CENTRIGHT 7
#define BOTCENT 8
#endif